|
Week 2 - Blink Using OS
|
#include <stdint.h>#include <stdbool.h>#include "inc/tm4c123gh6pm.h"#include "driverlib/rom.h"#include "driverlib/sysctl.h"#include "driverlib/gpio.h"#include "inc/hw_memmap.h"#include "inc/hw_types.h"#include "inc/hw_gpio.h"

Go to the source code of this file.
Macros | |
| #define | CPU_50MHZ_CLOCK (SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_SYSDIV_4) |
| #define | CPU_80MHZ_CLOCK (SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_XTAL_16MHZ | SYSCTL_SYSDIV_2_5) |
Functions | |
| void | init_gpio (void) |
Board support definitions for Tiva LaunchPad and Booster Pack
Definition in file bsp.h.
1.8.9.1